Release 10.1A: OpenEdge Development:
Progress 4GL Reference
Transaction object handle
Provides access to the current transaction object. This object allows you to control the current transaction context.
Syntax
transaction-handleA handle variable whose value you return from the TRANSACTION attribute on a procedure handle.
attributeAn attribute of the transaction handle.
methodA method of the transaction handle.
Attributes
Methods
Notes
- In an AppServer session, if a transaction initiating procedure is active, this handle allows you to control the (automatic) transaction using all of the supported attributes and methods. For more information on automatic transactions, see the TRANSACTION-MODE AUTOMATIC statement reference entry.
- In an OpenEdge client session or in an AppServer session with no active transaction initiating procedure, only the IS-OPEN attribute is available.
- If a transaction initiating procedure is deleted, any open transaction is committed or rolled back according to the value of the DEFAULT-COMMIT attribute.
- The value of this attribute remains the same (references the same transaction context) for the duration of an OpenEdge session. This is true:
See also
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |